
body{
    padding: 0;
    margin: 0;
    background: transparent;
    background-color: #eef6ff;
    background-position: center;
    box-sizing: border-box;
    font-family: arial;
}
header{
    background-color: #0000ff;
    color: #ffffff;
    width: 100%;
    position: fixed;
}
.website-header{
    margin-left: 25%;
    height: 110px;
    display:flex;
    flex-wrap: wrap;
    font-family: arial;
    color: #ffff00;
}
.website-header img{
    margin-bottom: auto;
    margin-right: 30px;
    margin-top: 5px;
    width: 100px;
    height: 100px;
}
.head{
    display: block;
    font-size: large;
    margin-top: 20px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.head .donatie button:hover{
    cursor: pointer;
}
.navbar ul{
    font-family: arial;
    background-color: #008000;
    color: #000000;
    text-align: center;
    display: inline-flex;
    list-style: none;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10px;
}
.navbar ul li{
    width: 100px;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
}
.navbar ul li a{
    text-decoration: none;
    color: #ffffff;
}
.active, .navbar ul li:hover{
background-color: #0000ff;
border-radius: 5px;
}
.sub-menu-1{
    display: none;
}
.navbar ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}
.navbar ul li:hover .sub-menu-1 ul{
display: block;
margin: auto;
text-align: left;
}
.navbar ul li:hover .sub-menu-1 ul li{
    width: 150px;
    padding: 10px;
    border-bottom: 1px dotted #ffffff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.navbar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.navbar ul li:hover .sub-menu-1 ul li a:hover{
    color: #0000ff;
}
.fa-angle-rigth{
    float: right;
}

.all{
    padding-top: 15%;
}

.contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.content{
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    height: 370px;
    margin-bottom: 20px;
}
.content h2{
    font-size: 30px;
    font-weight: bold;
    background-color: #000000;
    color: #ffff00;
    border-radius: 20px;
    text-align: center;
}
.container{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: left;
    margin-top: 10%;
    margin-left: 15%;
}
.container .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.container .contactinfo .box{
    position: relative;
    padding: 10px 0;
}
.container .contactinfo .box .text{
    margin-left: 16px;
    font-size: 20px;
    flex-direction: column;
    font-weight: 300px;
}
.container .contactinfo .box .text h3{
    font-weight: bold;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    font-size: 18px;
}
.container .contactinfo .box .text p{
background-color: rgba(144, 238, 144, 0.7);
padding: 10px;
font-size: 18px;
}
.container .contactinfo .box .text a{
    color: #0000ff;
}
.container .contactinfo .box .text a:hover{
    color: #ffff00;
}    
.contactform{
    width: 40%;
    padding: 40px;
    background: rgba(0,0,0,0.7);
    margin-bottom: 100px;
}
.contactform h2{
    font-size: 20px;
    color: #ffff00;
    font-weight: 500;
}
.contactform .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactform .inputBox input{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
    border-radius: 5px;
}
.contactform .inputBox textarea{
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
    border-radius: 5px;
}
.contactform .inputBox span{
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #ffffff;
}
.contactform .inputBox input:focus ~ span,
.contactform .inputBox input:valid ~ span,
.contactform .inputBox textarea:fous ~span,
.contactform .inputBox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}
.contactform .inputBox input[type="submit"]{
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
}
.contactform .inputBox input[type="submit"]:hover{
    background-color: rgb(225, 225, 0, 0.5);
    color: #0000ff;
}
.contactform .inputBox input[type="submit"]:active{
    background-color: #90eeff80;
    color: #000000;
}

.youtube1{
    text-align: center;
    font-size: 16px;
    margin-top: 6%;
    margin-left: 25%;
    margin-right: 10%; 
}

.youtube1 a:hover{
    background-color: #008000;
    border-color: #0000ff;
    border-bottom-style: solid;
}

.get{
    font-weight: 400;
    color: #0000ff;
}
.mar{
    font-family: arial;
    color: #0000ff;
    margin-bottom: 60px;
}
.content a:hover{
    background-color: #008000;
    color: #ffffff;
    padding: 5px;
    border-radius: 50px;
}

.youtube1{
    display: inline-block;
}

.new{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #fff;
    padding: 10px;
}

.new:hover{
    font-weight: normal;
    color: #008000;
    font-weight: bold;
}

.footer{
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.foot{
    background-color: #000000;
}

footer1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 50px;
    padding: 10px 30px 30px 10px;
    width: 100%;
    background-color: #fff;
}

footer1 .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer1 .logo{
    margin-bottom: 30px;
    margin-top: 40px;
}

footer1 h2{
    font-size: 14px;
    margin-top: 40px;
}

footer1 p{
    font-size: 13px;
    margin: 0 0 8px 0;
    color: #000000;
}

footer1 a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.3s;
}

footer1 .follow{
    margin-top: 20px;
}

footer1 .follow .icon img{
    padding-right: 6px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

footer1 .follow .icon{
    padding: 10px 10px;
}

footer1 .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
}

footer1 .install .row1 img{
margin-right: 10px;
}

footer1 a:hover{
    color: #000fff;
    text-decoration: underline;
}

.copyright p{
    font-size: 13px;
    width: 100%;
    color: #088178;
    text-align: center;
}


@media all and (max-width: 1000px){
    .website-header{
        margin-top: 10px;
        margin-bottom: 50%;
        color: #fff;
        display: inline-block;
        margin-left: 0px;
       }

       .website-header img{
        margin-left: 25%;
        width: 50%;
        height: 320%;
       }

       .website-header h1{
        font-size: 60px;
        margin-left: 75px;
       }

       .website-header .head{
        font-size: 40px;
       }

       .navbar ul{
        display: inline-flex;
        margin-left: 0px;
        font-size: 30px;
        padding-left: 0px;
       }

       .head .donatie button{
        padding: 2%;
        font-size: 100%;
        font-weight: bold;
        background-color: #ffff00;
        color: #000fff;
        border-radius: 5px;
    }

    .head .donatie button:hover{
        background-color: #fff;
    }

       .all{
        padding-top: 100%;
       }
.content .content-child{
    font-size: 50px;
}

.content{
    font-size: 50px;
    height: 2000px;
    width: 150%;
    margin-left: 100px;
}

.container{
    display: inline-block;
    width: 200%;
    margin-left: 30pxpx;
}

.container .contactinfo{
    margin-left: 50px;
}

.container .contactinfo .box .text h3{
    font-size: 50px;
    text-align: center;
}

.container .contactinfo .box .text p{
    font-size: 50px;
    text-align: center;
}

.container .contactinfo .box .text a{
    font-size: 50px;
    margin-left: 300px;
}

.contactform{
    width: 53%;
    margin-left: 30px;
}

.contactform h2{
    font-size: 50px;
    text-align: center;
}

.contactform .inputBox{
    font-size: 50px;
}

.contactform .inputBox span{
    font-size: 50px;
}

.contactform .inputBox input{
    padding-bottom: 50px;
}

.contactform .inputBox textarea{
    padding-bottom: 100px;
}

.footer{
    font-size: 40px;
    margin-left: 60px;
   }

   footer1{
    display: block;
    align-items: center;
    margin-left: 60px;
   }

   footer1 p{
    font-size: 50px;
   }

   footer1 h2{
    font-size: 50px;
   }

   footer1 a{
    font-size: 50px;
   }

}